home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1998 August: Tool Chest
/
Dev.CD Aug 98 TC.toast
/
Sample Code
/
Toolbox
/
Fragment Tool
/
Sources
/
AppleEventStuff.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-11-20
|
399 b
|
33 lines
|
[
TEXT/MPCC
]
/*
File: AppleEventStuff.h
Contains: Handlers for the 4 "required" events
Written by: Chris White, Developer Technical Support
Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
Change History (most recent first):
9/28/95 CW First release
*/
#ifndef __APPLEEVENTSTUFF__
#define __APPLEEVENTSTUFF__
void InstallAppleEventHandlers ( void );
#endif